#!/bin/bash


while [ $# -gt 0 ];
do

 arg=$arg"'"$1"'"" "
 shift

done



eval python $MOLDB_BIN/moldb_getRef.py $arg
